parameterized command meaning in English
参数型命令
叙述参数
Examples
- Column provides the parameters for parameterized command , and the
列为参数化命令提供参数, - Object contains a parameterized command , the commands for the
对象是否包含参数化命令,都始终执行 - Parameters changes are propagated to the subscriber using parameterized commands
使用参数化命令将更改传播给订阅服务器。 - Parameterized commands guard against a sql injection attack by ensuring that values received from an external source are passed as values only , and not part of the transact - sql statement
但是,即使大小足以接受恶意的transact - sql片断,该片断也只是作为值的一部分对待,而不会作为可执行的transact - sql代码对待。 - Use parameterized commands using parameterized commands helps guard against sql injection attacks , in which an attacker " injects " a command into a sql statement that compromises security on the server
该参数定义为大小为5个字符,所以,在参数添加到命令中时,如果textbox控件中提交的字符串值超过5个字符,将引发异常。